home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / program / pasprog.EXE / UNIT2.PAS < prev    next >
Pascal/Delphi Source File  |  1995-09-10  |  178b  |  12 lines

  1. {$F+}
  2. unit unit2;
  3. interface
  4. Procedure Hscobj;
  5. Procedure muzik;
  6. implementation
  7. Procedure Hscobj;external;
  8. {$L hscobj.OBJ}
  9. Procedure muzik;external;
  10. {$L muzik.OBJ}
  11. end.
  12.